Skip to content

Feat/software engineering plugin#1652

Closed
gazzu wants to merge 15 commits intogithub:mainfrom
ENEL-GICT-PTG:feat/software-engineering-plugin
Closed

Feat/software engineering plugin#1652
gazzu wants to merge 15 commits intogithub:mainfrom
ENEL-GICT-PTG:feat/software-engineering-plugin

Conversation

@gazzu
Copy link
Copy Markdown

@gazzu gazzu commented May 8, 2026

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • I have read and followed the Guidance for submissions involving paid services.
  • My contribution adds a new instruction, prompt, agent, skill, or workflow file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, skill, or workflow with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.
  • I am targeting the staged branch for this pull request.

Description


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New plugin.
  • New skill file.
  • New agentic workflow.
  • Update to existing instruction, prompt, agent, plugin, skill, or workflow.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

github-actions Bot and others added 15 commits May 6, 2026 04:16
…opilot

- Added AURA Enel Design System instructions and agent files to enhance design consistency and accessibility.
- Updated README with new instruction links and descriptions for various development topics.
- Modified existing skills and instructions to reflect the ENEL branding.
- Changed website titles, descriptions, and content to incorporate ENEL branding across multiple pages.
- Ensured all references to the Awesome GitHub Copilot are updated to ENEL Awesome GitHub Copilot for consistency.
fix: restore GitHub Pages deployment and correct site base URL for ENEL fork
…ub-pages

chore: trigger GitHub Pages deployment by updating generated docs
…l-resources

fix: point ENEL fork website URLs to ENEL-GICT-PTG/awesome-copilot instead of upstream
…lity

fix: add tools to pagefind search index
…some-copilot

fix: remove doubled base path in pagefind custom search record URLs
Migrated from ENEL-GICT-PTG/reference_architectures .github/agents/.
Generic SE agents that are not bound to the RA catalog repository.

Agents included:
- ADR Generator (structured ADR authoring)
- Senior Cloud Architect (Mermaid-first architecture diagrams)
- DevOps Expert (infinity loop lifecycle)
- Markdown Accessibility Assistant (GitHub 5-tip accessibility)
- Project Architecture Planner (cloud-agnostic, cost-modelling)
- Repo Architect Agent (scaffold .github / .opencode structures)
- SE: DevOps/CI (GitOps, deployment debugging)
- SE: Security (OWASP Top 10, Zero Trust, LLM security)
- SE: Architect (Well-Architected framework, scalability review)
- SE: Tech Writer (docs, blogs, tutorials, ADRs)
- Technical Content Evaluator (training material quality grading)

Optimizations applied:
- Replaced invalid model: GPT-5 -> gpt-4.1
- Updated Claude Sonnet 4.5 (copilot) -> Claude Sonnet 4.6
Copilot AI review requested due to automatic review settings May 8, 2026 10:48
@gazzu gazzu requested review from aaronpowell and dvelton as code owners May 8, 2026 10:48
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ This PR targets main, but PRs should target staged.

The main branch is auto-published from staged and should not receive direct PRs.
Please close this PR and re-open it against the staged branch.

You can change the base branch using the Edit button at the top of this PR,
or run: gh pr edit 1652 --base staged

@github-actions github-actions Bot added branched-main PR appears to include plugin files materialized from main targets-main PR targets main instead of staged labels May 8, 2026
@gazzu gazzu closed this May 8, 2026
@gazzu gazzu reopened this May 8, 2026
@aaronpowell
Copy link
Copy Markdown
Contributor

It looks like you've incorrectly branched from the main branch not staged, and as a result all the materialised plugins are included in this PR.

You can attempt to fix this with a rebase:

git fetch origin staged
git rebase --onto origin/staged origin/main <branch name>
git push --force-with-lease

If that does not resolve it, you can run npm run plugin:clean which will delete the materialised plugins and you can commit that change.

@github-actions github-actions Bot force-pushed the main branch 4 times, most recently from 30c0fcc to 865d50f Compare May 11, 2026 01:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

branched-main PR appears to include plugin files materialized from main targets-main PR targets main instead of staged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants